home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Haage_&_Partner / Storm-Projects / andExtra / wbstart.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-26  |  75 b   |  5 lines

  1. #include <wbstartup.h>
  2.  
  3. void wbmain(struct WBStartup *WBStart) {
  4.     main();
  5. }